home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ceditpt.6 < prev    next >
Text File  |  1996-07-16  |  536b  |  22 lines

  1. .TH CEDITPT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CEDITPT
  5.  
  6.  
  7.  
  8.  CurveType CEDITPT( CurveType Curve, CtlPtType CtlPt, NumericType Index )
  9.  
  10. Provides a simple mechanism to manually modify a single control point number
  11. Index (base count is 0) in Curve, by substituting CtlPt
  12. instead. CtlPt must have the same point type as the control points of
  13. the  Curve. Original curve Curve is not modified.
  14.  
  15. Example:
  16.  
  17.     CPt = ctlpt( E3, 1, 2, 3 );
  18.     NewCrv = CEDITPT( Curve, CPt, 1 );
  19.  
  20. constructs a NewCrv with the second control point of Curve being
  21. CPt.
  22.